home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 1.iso / ARGONET / SPIDERSOFT / PD / INLAY3.ZIP / !Inlay%a03 / Docs / Updates < prev   
Text File  |  1992-07-17  |  9KB  |  250 lines

  1. >Updates
  2.  
  3. Version 1.00
  4. ------------
  5.  
  6. Original single tasking version, no editing features as such. Saving and
  7. loading was implemented, but the whole application lacked finish.
  8.  
  9. Version 2.00
  10. ------------
  11.  
  12. Completely re-written. Written for the desktop, thus multitasks with other
  13. applications quite happily. Full standard Risc Os editing functions
  14. implemented.
  15.  
  16. Version 2.01
  17. ------------
  18.  
  19. * Bug fix, 'Insert' and 'Delete' line functions tended to delete some of
  20.   the text entered, corrected.
  21.  
  22. * General tidying up of menus.
  23.  
  24. * Inlays can now be loaded by dragging to the icon bar as well as to the
  25.   main inlay window.
  26.  
  27. * When an inlay is loaded, the filename is automatically sent to the save
  28.   box, making re-saving after editing easier.
  29.  
  30. Version 2.10
  31. ------------
  32.  
  33. * Loading and saving of inlays has been seriously improved. Inlays can now
  34.   be saved either as a whole inlay (both sides), or each side separately.
  35.   Filetypes used are &080 - Both Sides and &081 for single sides.
  36.  
  37.   Loading the inlays works exactly as before, except that single side inlays
  38.   will be loaded into the relevant side, so dragging a single side inlay
  39.   to side 'A' will cause it to be loaded into side 'A' of the inlay and
  40.   vice versa, alternatively dragging a single side inlay to the icon bar
  41.   will cause it to be loaded into side 'A'.
  42.  
  43. Version 2.20
  44. ------------
  45.  
  46. * New fancy mouse pointers used, courtesy of the interface module.
  47.  
  48. * Hotkey added for 'delete line' option, the 'TAB' key has been chosen.
  49.  
  50. Version 2.30
  51. ------------
  52.  
  53. * Extra preferences added to preference menu, now allows two separate
  54.   directory paths to be defined, ideally one for single sided inlays and
  55.   another for double sided ones. 
  56.  
  57. * The menu which appeared when clicking 'menu' on the icon bar has been
  58.   condensed to just the two standard options (Info & Quit), to obtain the
  59.   preferences window, just click 'cancel' on this icon.
  60.  
  61. * New window defined and added. Obtained from the 'show' menu it lists all
  62.   the hotkeys which the program uses.
  63.  
  64. * New hotkey facility added, pressing Shift + Insert inserts the current
  65.   date into the current icon.
  66.  
  67. * New option added to the 'preferences' menu, the side of the icon bar
  68.   which the program will be installed onto is now selectable.
  69.  
  70. * Clicking on the 'show' option, without following the arrow, should now
  71.   bring up the directory for whole inlays, just for convenience.
  72.  
  73. Version 2.40
  74. ------------
  75.  
  76. * Several options relating to the printout of the inlay have been added,
  77.   along with a new menu 'print preferences menu' which allows these options
  78.   to be set.
  79.  
  80. * Option added which now enables you to select whether you prefer the
  81.   'Side 1 & 2' style or 'Side A & B' style, available through the normal
  82.   preferences window.
  83.  
  84. * A couple of extra hotkeys added.
  85.  
  86. Version 2.50
  87. ------------
  88.  
  89. * Cassette numbering feature added.
  90.  
  91. * Exporting cassette inlay files can now be done, this is available from
  92.   the standard save menu, where selecting the export option will save your
  93.   inlay as a standard textfile (&fff), which can thus be loaded into other
  94.   applications such as !Edit.
  95.    
  96. * Various parts of the code optimized, mainly to keep the size of the
  97.   program down, although it is now running about 20% faster, although you
  98.   won't notice.
  99.  
  100. Version 2.51
  101. ------------
  102.  
  103. * Interface indirected data altered, due to all the borders looking rather
  104.   nasty on an A5000, all border types are change to the newer 'z' format
  105.   which means they should look fine. None A5000 users should notice no
  106.   change.
  107.  
  108. Version 2.60
  109. ------------
  110.  
  111. * Exported inlays can now be loaded back into the program as if they were
  112.   normal inlays, the only restriction to this is that the horizontal user
  113.   definable character remains an equals sign (=). This routine is rather
  114.   complex and may contain some bugs, although I've tested it quite well
  115.   and it seems to work fine.
  116.  
  117. * Wimpslot for program increased to 96k - sorry!
  118.  
  119. Version 2.70
  120. ------------
  121.  
  122. * Bug fix, Ctrl + Page Up, which should have opened both filer windows had
  123.   stopped working!
  124.  
  125. * New hotkey added, Ctrl + Shift + Insert, copies the current album and
  126.   artist data from side A to side B.
  127.  
  128. * New hotkey added, Ctrl + Escape will abort and quit the application.
  129.  
  130. * Inlays can now be loaded by double-clicking them.
  131.  
  132. * General tidying up of most of the code.
  133.  
  134. Version 2.80
  135. ------------
  136.  
  137. * Bug fix, the insert line function had ceased to work and locked up the
  138.   whole machine(!) Works fine now.
  139.  
  140. * General changes to most of the templates, print inlay option added to the
  141.   main window.
  142.  
  143. * Code optimized, should be able to get a later version back down to 64k.
  144.  
  145. * The message icon on the main window is only updated when necessary, so
  146.   it shouldn't flicker as much.
  147.  
  148. * New hotkey added, Ctrl + Q, closes the main window.
  149.  
  150. * New hotkey added, Ctrl + X, removes the text from the current icon,
  151.   although this is identical to the standard Ctrl + U, it is easy to press,
  152.   you only need one hand!
  153.  
  154. * New hotkey added, Ctrl + C, copies the current album and artist data from
  155.   side A to side B, same as Ctrl + Shift + Insert, but again, easier to
  156.   press.
  157.  
  158. Version 3.00
  159. ------------
  160.  
  161. * Application name changed, !Cassette scrapped, now called !Inlay 3.
  162.   This is for two reasons, every other cassette inlay designer is called
  163.   !Cassette, and secondly, to celebrate the new complete version 3.
  164.  
  165. * All template files altered, the main one being the preferences window
  166.   which has been completely re-drawn, all the borders have been 'toned
  167.   down' a bit, there were too sharp.
  168.  
  169. * Several options removed, the print option from the main menu has been
  170.   removed, inlays can be printed by either using the hotkey, or by clicking
  171.   on the print icon on the main window.
  172.  
  173. * The applications sprite has changed, a large number '3' has been
  174.   overlaid on top of the original sprite.
  175.  
  176. * Helpfile now abandoned, all documentation files have been split into
  177.   several files, the main helpfile was getting too large.
  178.  
  179. * Bug fix, the printing options for bold and italic on the cassette spine
  180.   had stopped working, work fine now.
  181.  
  182. * Menu system completely re-written, allows longer descriptions to be used
  183.   for the menus, making them more user friendly. All hotkeys are now listed
  184.   on the menus, for convenience.
  185.  
  186. * Default inlays window added, these inlays are some of my favourite albums
  187.   just so you can see the correct way to lay them out, thanks to Tom for
  188.   the nice sprites on this window.
  189.  
  190. * Printer window changed to allow line feed control characters to be sent
  191.   before the inlay(s) are printed.
  192.  
  193. * The 'Show' option has been completely changed, a directory for each letter
  194.   in the alphabet should be created, so that all inlays can be saved under
  195.   the letter they begin with, along with two extra directories, one for
  196.   numbers, the other for any extras. The path for this directory should be
  197.   set as before using the preferences menu.
  198.  
  199. * Full scratch pad functions added and tested.
  200.  
  201. * Extra menu options listed, allowing quicker access to more functions.
  202.  
  203. * Extra filetype used, &083, which is used to store a full scratch pad, in
  204.   one complete file, holding up to 117 inlays.
  205.  
  206. * When dragging a file to the main cassette window or icon bar, a load was
  207.   attempted on anything, which causes problems if foreign files were dragged
  208.   to the program, only files which have the correct filetype for the three
  209.   file formats will be loaded.
  210.  
  211. * Default inlay options now automatically disabled if the 'Default' file
  212.   is deleted or corrupted.
  213.  
  214. * Development version passed around to selected people for full testing. This
  215.   version was *NOT* placed into the Public Domain. 
  216.  
  217. * Many other changes, including about fifteen bug fixes from the previous
  218.   version !
  219.  
  220. * All documentation files now completed.
  221.  
  222. * This version (!Inlay 3, Version 3.00) finally placed into the Public
  223.   Domain on Thursday 2nd July 1992).
  224.  
  225. * Release for 2nd July cancelled.
  226.  
  227. * Bug fix, deleting a single scratchpad cell didn't work, does now.
  228.  
  229. * Source code crunched from 49k down to 38k, by optimizing just about every
  230.   routine in the program, released code down from 27k to 25k.
  231.  
  232. * Wimpslot altered from 160k to 128k, not fully checked.
  233.  
  234. * Wimpslot back to 160k, no room message kept occuring.
  235.  
  236. * Hourglass turned on before loading and saving scratchpads, due to lengthy
  237.   loading/saving process.
  238.  
  239. * Absolute code crunched down to 19k, the lowest yet!
  240.  
  241. * New 'intelligent' file format used for saving of inlays, double-sided
  242.   inlays tend to be twenty to thirty bytes shorter per file. Older versions
  243.   will *NOT* read this format, although this version will still read older
  244.   formats, no problem.
  245.  
  246. * Load routines for exported inlays completely re-written. Any exported
  247.   inlay can now be reloaded without problem, the vertical and horizontal
  248.   characters are now irrelevent.
  249.  
  250. * Code crunched down to 18k, doubt it will become any lower!